home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Zins1.dfm / Zins1.txt
Text File  |  1998-12-31  |  3KB  |  128 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 113
  4.   Width = 435
  5.   Height = 330
  6.   ActiveControl = Edit1
  7.   Caption = 'Zinsgenerator'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 23
  18.     Top = 24
  19.     Width = 380
  20.     Height = 30
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Gib f∩┐╜r die gesuchte Gr∩┐╜∩┐╜e eine Null ein!'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -20
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 23
  33.     Top = 72
  34.     Width = 380
  35.     Height = 40
  36.     Alignment = taLeftJustify
  37.     Caption = ' Kapital:'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -20
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     object Edit1: TEdit
  46.       Left = 128
  47.       Top = 5
  48.       Width = 240
  49.       Height = 31
  50.       TabOrder = 0
  51.     end
  52.   end
  53.   object Panel2: TPanel
  54.     Left = 23
  55.     Top = 128
  56.     Width = 380
  57.     Height = 40
  58.     Alignment = taLeftJustify
  59.     Caption = ' Zinssatz:'
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -20
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 1
  67.     object Edit2: TEdit
  68.       Left = 128
  69.       Top = 5
  70.       Width = 240
  71.       Height = 31
  72.       TabOrder = 0
  73.     end
  74.   end
  75.   object Panel3: TPanel
  76.     Left = 23
  77.     Top = 184
  78.     Width = 380
  79.     Height = 40
  80.     Alignment = taLeftJustify
  81.     Caption = ' Zinsen:'
  82.     Font.Charset = ANSI_CHARSET
  83.     Font.Color = clBlack
  84.     Font.Height = -20
  85.     Font.Name = 'Arial'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 2
  89.     object Edit3: TEdit
  90.       Left = 128
  91.       Top = 5
  92.       Width = 240
  93.       Height = 31
  94.       TabOrder = 0
  95.     end
  96.   end
  97.   object Button1: TButton
  98.     Left = 73
  99.     Top = 240
  100.     Width = 130
  101.     Height = 40
  102.     Caption = 'Neu'
  103.     Font.Charset = ANSI_CHARSET
  104.     Font.Color = clBlack
  105.     Font.Height = -20
  106.     Font.Name = 'Arial'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 3
  110.     OnClick = Button1Click
  111.   end
  112.   object Button2: TButton
  113.     Left = 225
  114.     Top = 240
  115.     Width = 130
  116.     Height = 40
  117.     Caption = 'Fertig'
  118.     Font.Charset = ANSI_CHARSET
  119.     Font.Color = clBlack
  120.     Font.Height = -20
  121.     Font.Name = 'Arial'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 4
  125.     OnClick = Button2Click
  126.   end
  127. end
  128.